Goal Overview

${sampleGoal.office} Office
${formatPercent(sampleGoal.progress)}
On Track

${sampleGoal.title}

${sampleGoal.description}

${formatPercent(sampleGoal.progress)}
Current
${sampleGoal.target}%
Target
${Math.ceil((new Date(sampleGoal.dueDate) - new Date()) / (1000 * 60 * 60 * 24))}
Days Left
Q2
Current Q

Quarterly Progress

${Object.entries(sampleGoal.quarters).map(([quarter, data]) => `
${quarter.toUpperCase()} 2024 ${data.value ? formatPercent(data.value) : '—'}
`).join('')}

Update Progress

${Object.entries(sampleGoal.quarters).map(([quarter, data]) => `
`).join('')}

Goal Management

${sampleGoal.office} Office

Office Performance

Active Goals: 12
Avg Progress: 87.2%
On Track: 10

Current Goal

${formatPercent(sampleGoal.progress)}
${sampleGoal.title}

Quick Actions

Progress Tracking Timeline View Milestones
${sampleGoal.office}

${sampleGoal.title}

Due: ${new Date(sampleGoal.dueDate).toLocaleDateString()} • ${Math.ceil((new Date(sampleGoal.dueDate) - new Date()) / (1000 * 60 * 60 * 24))} days remaining

On Track
Critical Priority
${Object.entries(sampleGoal.quarters).map(([quarter, data]) => `

${quarter.toUpperCase()} 2024 Progress

Progress ${data.value ? formatPercent(data.value) : '—'}
`).join('')}

Detailed Metrics

${formatPercent(sampleGoal.progress)}
Current ADA
32.1%
Current CA
0.57%
Gap to Target

Goal

${formatPercent(sampleGoal.progress)}
Progress

${sampleGoal.title}

${sampleGoal.office} Office • Due ${new Date(sampleGoal.dueDate).toLocaleDateString()}

%

Progress History

${Object.entries(sampleGoal.quarters).map(([quarter, data]) => `
${quarter.toUpperCase()} 2024 ${data.value ? formatPercent(data.value) : '—'}
`).join('')}

Milestones

${sampleGoal.milestones.map(milestone => `
${milestone.title} ${new Date(milestone.date).toLocaleDateString()}
`).join('')}